home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00740.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  168 b   |  8 lines

  1. on exitFrame
  2.   global gObjects
  3.   repeat with i = 1 to gObjects
  4.     set the visible of sprite (i + 20) to 1
  5.     set the visible of sprite (i + 30) to 1
  6.   end repeat
  7. end
  8.